From 04494c5df0df3c9867ecc1b0116b761e68557c1c Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 13 Jan 2011 23:02:34 +0900 Subject: [PATCH] Making GtkCellLayout "no cell area yet" warning a g_critical instead. --- gtk/gtkcelllayout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index d5bce4233b..d56747c1c4 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -94,7 +94,7 @@ #include "gtkintl.h" #define warn_no_cell_area(func) \ - g_warning ("%s: Called but no GtkCellArea is available yet", func) + g_critical ("%s: Called but no GtkCellArea is available yet", func) typedef GtkCellLayoutIface GtkCellLayoutInterface; G_DEFINE_INTERFACE (GtkCellLayout, gtk_cell_layout, G_TYPE_OBJECT); -- 2.30.2